home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / C++ Files Library / Get1IndString / Get1IndString.sit / Get1IndString.h < prev    next >
Text File  |  1995-06-28  |  595b  |  22 lines

  1. //    Get1IndString.h -- prototypes for Get1IndString.cp
  2. //        this is the same as the Toolbox function GetIndString except only the
  3. //        first (current) resource file is searched
  4. //
  5. //        Copyright ⌐ 1995 Gregory W. Jorgensen, All Rights Reserved
  6. //        May be freely distributed and used if this copyright notice is retained
  7.  
  8. #pragma once
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. void Get1IndString(Str255 thestring, short resid, short index);
  15. char* get1indstring(char* thestring, short resid, short index);
  16. short CountStrings(short resid);
  17. short Count1Strings(short resid);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.